Application registeredName Attributeapp.registeredName Description The registeredName attribute contains the text string that the user of the application entered for the registered name at the time of installation. Type Text string; read-only. Example var userName = app.registeredName; confirm("Are you " + userName + "?"); |